home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga CD-ROM Collection
/
Amiga CD-ROM Collection - Auge 4000 and Cactus and Demo Util.iso
/
cactus
/
09
/
microspell
/
dsfx.h
< prev
next >
Wrap
Text File
|
1988-01-19
|
1KB
|
136 lines
/* DOPT: Temporary Suffix List for MicroSPELL 1.0
Spell Checker and Corrector
(C)opyright May 1987 by Daniel Lawrence
All Rights Reserved
*/
char *sfx[] = { /* legal common word suffixes */
"'clock",
"ating",
"ation",
"cally",
"ement",
"ility",
"ional",
"table",
"tions",
"able",
"ally",
"ance",
"ated",
"ates",
"ator",
"ding",
"ence",
"ents",
"ings",
"ions",
"ious",
"lity",
"ment",
"ring",
"sive",
"tain",
"ting",
"tion",
"tive",
"ture",
"'er",
"'ll",
"'re",
"'ve",
"ace",
"ack",
"age",
"ain",
"and",
"ant",
"ard",
"ary",
"ate",
"ble",
"ect",
"ent",
"ers",
"ery",
"ess",
"est",
"ful",
"ght",
"ial",
"ice",
"ide",
"ine",
"ing",
"ion",
"ish",
"ist",
"ite",
"ity",
"ive",
"ize",
"lly",
"n't",
"nce",
"nds",
"nts",
"one",
"ons",
"ore",
"ous",
"red",
"ted",
"ter",
"tic",
"tor",
"ure",
"'d",
"'m",
"'s",
"al",
"ce",
"ed",
"er",
"es",
"le",
"ly",
"ns",
"nt",
"on",
"re",
"rs",
"ry",
"te",
"ts",
"'",
"a",
"b",
"c",
"d",
"e",
"f",
"g",
"h",
"i",
"j",
"k",
"l",
"m",
"n",
"o",
"p",
"q",
"r",
"s",
"t",
"u",
"v",
"w",
"x",
"y",
"z"
};
#define NSUFFIX sizeof(sfx) / sizeof(char *)